home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-11-25 | 725 b | 69 lines | [TEXT/ttxt] |
- // "Avatar55 Strobes - Revenge"
-
- // By Andy O'Meara, conceived from an email sent by David Baker
-
-
- Resn=10,
-
- Durn="1.3",
-
-
- CamX="18 * sin( t / 2.7 - 4)",
- CamY="38 * cos( t / 2.7 - 4)",
- CamZ="30 + 20 * cos( t / 4.5 )",
-
- CmLX="40",
- CmLY="0",
- CmLZ="0",
-
- CUpX="0",
- CUpY="0",
- CUpZ="1",
-
-
- LWdt="2",
-
- //B0="1 - .5 * sqwv( 1800 * BASS3 ^ 2 ) - .5 * sqwv( .2 * BASS2 ^ 2 )",
- B0="1 - sqwv( 1.05 * sin( 18 * t ) )",
- B1="1 - sqwv( 1.05 * cos( 18 * t ) )",
-
-
-
- C0="10 * ( 1- dt ) + 3",
-
- BckR="B1",
- BckG="B1",
- BckB="B1",
-
-
-
- R="B0",
- G="B0",
- B="B0",
-
-
-
- // Preferred dimentions/aspect
- widt=470,heig=360,
-
-
- ConL=1,ConB=1,
-
-
- Fall=".05",
-
-
- X="100 * dt",
- Y="80 * (s - .5)",
- Z="c0 * abs( mag( s ) )",
-
-
-
- Scal="1100",
-
- ScSz=1,
-
- Pers="230",
-
-
- Vers=30